net/http.http2clientStream.readAborted (field)

3 uses

	net/http (current package)
		h2_bundle.go#L7064: 	readAborted  bool  // read loop reset the stream
		h2_bundle.go#L9325: 	cs.readAborted = true
		h2_bundle.go#L9333: 	if cs != nil && !cs.readAborted {